(C) 1996 AROS - The Amiga Replacement OS
The function supplied will be called as if it was a system interrupt, notably this means that you must *NOT* make any system calls or use any system data structures, and on certain systems you must use special methods to leave the code.
The code will not be passed any parameters.
Currently defined effects are:
Kernel Effect ------------------------------------------------------------------- i386 (under emulation) None m68k (native) Runs the process in supervisor mode. The process must end with an RTE instruction. It should save any registers which is uses. m68k (under emulation)
You should trust that the programmer know what they are doing :-)